This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: AppendDocLink composing and editing a document by lotusscript? ~Bill Quetfoochekakol 28.Jan.04 03:28 PM a Web browser Domino Designer 6.0.2 CF1Windows 2000
After your line...
Call rtitem.AppendDocLink( doc, InheritedDbTitle ) 'place a doclink in the Body field
... insert either ...
call rtitem.update() ' new Notes 6 method
... or ...
Delete rtitem ' Deletes the object reference, not the item. This works with R5 as well.